getAllStylePacks

abstract fun getAllStylePacks(@NonNull() callback: StylePacksCallback)

Returns a list of the existing style packages.Note: The user-provided callbacks will be executed on a worker thread;it is the responsibility of the user to dispatch to a user-controlled thread.

Parameters

callback

The `style packs callback`.